supportsFill

abstract fun supportsFill(block: DesignBlock): Boolean

Query if the given block has fill color properties.

Return

true if the block has fill color properties, false otherwise.

Parameters

block

the block to query.